home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / drivers / lz26013.arj / READ.ME < prev    next >
Text File  |  1993-11-12  |  6KB  |  162 lines

  1.                      Laser Magnetic Storage International
  2.                             4425 ArrowsWest Drive 
  3.                          Colorado Springs, CO.  80907 
  4.  
  5. LZ260 release 1.30                                        November 12, 1993
  6. -----------------------------------------------------------------------------
  7.                                Table of Contents
  8.  
  9. Section    1   List of Files
  10. Section    2   New Features
  11. Section    3   Buffers in host memory (the /M option)
  12. Section    4   Details displayed with /V option (DD260 and MSCDEX)
  13.  
  14.  
  15.  
  16.  NOTE: THE DEVICE DRIVER ON THIS DISK WILL OPERATE PROPERLY ONLY WITH
  17.        CM205 DRIVES MANUFACTURED AFTER JUNE 1, 1993
  18. -----------------------------------------------------------------------------
  19.  
  20.                             Section 1 - List of Files
  21.  
  22. The files included on this disc are: 
  23.  
  24.      READ.ME        This text file.
  25.  
  26.      DD260.SYS    Device driver to support the CM205, CM225, CM206, and
  27.                     CM226 LMS CDROM drives with the LMS CM260 host adapter.
  28.                     This device driver adheres to the Microsoft specification
  29.                     for control of optical drives using personal computers
  30.                     and the MS-DOS operating system. It is compatible with
  31.                     Microsoft Windows 3.x. The driver requires an 80186 or
  32.                     higher host processor.
  33.  
  34.      MSCDEX.EXE     The Microsoft CD ROM Extensions to MS-DOS, version 2.22.
  35.  
  36.      SETUP.EXE      A program to automatically install DD260.SYS and
  37.                     MSCDEX.EXE.
  38.  
  39.      USRGUIDE.TXT   A text file with details on the installation process.
  40.  
  41. Files copied by Setup :
  42.  
  43.      DD260.SYS
  44.  
  45.      MSCDEX.EXE
  46.  
  47. -----------------------------------------------------------------------------
  48.  
  49.                       Section 2 - New Features
  50.  
  51. This release of the device driver software adds the following features and
  52. problem corrections:
  53.  
  54.         - Options flags added in config.sys line to allow modified operation
  55.         - Automatic configuration detection
  56. ------------------------------------------------------------------------------
  57.  
  58.                       Section 3 - Buffers in host memory
  59.  
  60.  
  61. The CM205, CM225, CM206, and CM226 CD ROM drives are compatible with the
  62. Multimedia PC specification.  One of the requirements stated in this document
  63. is the capability to continuously stream data from the disc to the PC, while
  64. using less than 40% of the processor's bandwidth.  This capability allows the
  65. execution of video or animation sequences on your Multimedia PC.
  66.  
  67. In order to meet the performance targets required for MPC compliance the
  68. CM205, CM225, CM206, and CM226 need to buffer data in the PC itself.  When
  69. installing the device driver software you have an option to select the number
  70. of memory buffers available to the CD ROM device driver.  This is the /M
  71. option on the DEVICE line in the CONFIG.SYS file.  The software installation
  72. program will put your preference in the proper place and format.  Each memory
  73. buffer requires 2,512 bytes of the memory in your PC.  
  74.  
  75. Multimedia PC compliance does specify the use of at least a 386/25MHz
  76. processor.
  77.  
  78. It is recommended to install at least 8 memory buffers to achieve MPC
  79. compliance.  You have the option to install a total of 32 buffer sectors. 
  80. Note that performance does not always improve as more memory is allocated for
  81. the device driver.  Typically the best performance is achieved with 24 memory
  82. buffers installed.  You may have to try more than one configuration to
  83. determine the best one for your needs, given the trade-off between
  84. performance and memory usage.  If you do not plan to run Multimedia
  85. applications, you may consider not installing any memory buffers for the CD
  86. ROM device driver.
  87.  
  88. The minimum number of buffer sectors the driver will use is two.  If you
  89. specify 2 or less memory buffers, the driver will allocate 2, occupying 5024
  90. bytes of PC memory.
  91.  
  92. The maximum number of memory buffers is 32.  If you specify more than 32 on
  93. the config.sys line, the driver will reduce it to 32.  If memory constraints
  94. disallow allocation of the entire number of memory buffers requested, then
  95. the number will be reduced to available memory.
  96.  
  97. It is recommended that the DEVICEHIGH feature of MS-DOS 5.0 and higher be
  98. used to load the DD260 driver and its memory buffers into upper memory. See
  99. your MS-DOS manual for instructions on how to use this feature.
  100.  
  101. Example: if you accept the suggested options in the setup program, your
  102. CONFIG.SYS file will contain the line :
  103.  
  104. DEVICE=C:\CDROM\DD260.SYS /D:MSCD001 /P:340 /I:3 /M:8
  105.  
  106. -----------------------------------------------------------------------------
  107.  
  108.                  Section 4 - Details displayed with /V option
  109.  
  110.                                  DD260 driver
  111.  
  112.      When loaded with this DEVICE statement :
  113.  
  114. DEVICE=C:\CDROM\DD260.SYS /V
  115.  
  116.      The DD260 driver displays something like :
  117.  
  118.  
  119.      LMS MSCDEX/MULTISESSION CDROM DEVICE DRIVER
  120.      VERSION 3.10 11:14:58 Apr 16 1993
  121.      CDROM DEVICE DRIVER NAME:  MSCD001
  122.      Port base address:         0340
  123.      Interrupt request          0003
  124.      Memory buffers:            0002
  125.      Drive: motorized tray, max speed: 2X, fwr rev: 4
  126.  
  127.  
  128.  
  129.                                     MSCDEX
  130.  
  131.      When loaded with this command line :
  132.  
  133. MSCDEX /L:W /D:MSCD001 /M:16 /V
  134.  
  135.      MSCDEX displays something like :
  136.  
  137. MSCDEX Version 2.21
  138. Copyright (C) Microsoft Corp. 1986, 1987, 1988, 1989, 1990, 1992. All rights
  139. reserved.
  140.  
  141.        Drive W: = Driver MSCD001 unit 0
  142. 485456 bytes free memory
  143. 0      bytes expanded memory
  144. 12956  bytes CODE
  145. 2112   bytes static DATA
  146. 33278  bytes dynamic DATA
  147. 48608  bytes used
  148.  
  149.  
  150. -----------------------------------------------------------------------------
  151.  
  152. DD260.SYS, SETUP.EXE, READ.ME
  153.      (C) Copyright 1991,1992, 1993
  154.      Laser Magnetic Storage International
  155.  
  156. MSCDEX.EXE
  157.      (C) Copyright 1986,1987,1988,1989,1990,1992
  158.      Microsoft Corporation
  159.  
  160. Unauthorized Copying is Strictly Prohibited.  All Rights Reserved  
  161. MS-DOS, Windows and MSCDEX are trademarks of Microsoft Corporation
  162.